home *** CD-ROM | disk | FTP | other *** search
/ Softdisk Supreme / Softdisk Supreme.iso / pc / DSK Files / 0-49 / SD021d.dsk / DEMO.FRAME-UP.bas < prev    next >
BASIC Source File  |  2003-06-12  |  2KB  |  14 lines

  1. 100 MAX = 150:N1 = 1:N2 = 2:N3 = 31:N9 = 99:C$ =  CHR$(13):D$ =  CHR$(4): PRINT D$"BLOAD PICT.ETAOIN,A$4000": PRINT D$"BLOAD PICT.SHRDLU,A$5000": GOTO 110
  2. 105 Y = Y +9: XDRAW  ASC(A$) -31 AT X,Y: XDRAW 99: IF  LEN(A$) >1  THEN  FOR K = 2 TO  LEN(A$):X$ =  MID$ (A$,K,1): IF X$ < >C$  THEN  XDRAW  ASC(X$) -31: XDRAW 99: NEXT : RETURN 
  3. 108 A$ = "  " + RIGHT$(A$, LEN(A$) -K): GOTO 105
  4. 110  HOME : HGR : POKE  -16302,0
  5. 120 X = 9:Y =  -8:X = 0
  6. 130 A$ = "frame-up": POKE 232,0: POKE 233,64: GOSUB 105: POKE 233,80:Y = Y +8:A$ = "High-Speed Presentation Utility<CTRL-M>by Tom Weishaar": GOSUB 105:Y = Y +3
  7. 140 A$ = "$29.50  (for Apple II, II+ or IIe)": GOSUB 105:Y = Y +8
  8. 150 A$ = "FRAME-UP lets you produce professional<CTRL-M>presentations of your existing Apple hi-res,<CTRL-M>lo-res and text frames. Frame-Up features<CTRL-M>FAST hi-res loading-- Under 3 seconds!": GOSUB 105
  9. 160 Y = Y +4:A$ = "UNATTENDED SHOWS are possible with each<CTRL-M>frame pre-arranged and timed to display<CTRL-M>from 1 to 99 seconds. OR keyboard- or<CTRL-M>paddle-control frame advancement just as<CTRL-M>you would with a slide projector!": GOSUB 105
  10. 180 Y = Y +4:A$ = "USE FRAME-UP to make copies of Apple presen-<CTRL-M>tations that can be distributed to your<CTRL-M>friends & associates (or sent home to Mom!).": GOSUB 105
  11. 210 A$ = " ESC to return to Menu":X = 0:Y = 174: GOSUB 105:A$ = " ESC"
  12. 215  HCOLOR= 3: HPLOT 2,191 TO 26,191 TO 26,181 TO 2,181 TO 2,191
  13. 230 K =  PEEK( -16384):CO = CO +1: IF K < >155  THEN Y = 174: GOSUB 105: FOR I = 1 TO 200: NEXT : IF CO <MAX  THEN 230
  14. 240  POKE  -16368,0: PRINT D$"RUN DEMO.MORE..."